home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Explanation Window.sd < prev    next >
INI File  |  2004-06-28  |  2KB  |  80 lines

  1. [SUBJECT]
  2. Description=Displays a temporary explanation window
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<script language="JavaScript">
  9. ;<!-- begin script
  10. ;var windowNote;
  11. ;
  12. ;function showNote(title, message, colorBack, myback, textColor, typeFont, sizeFont) {
  13. ;  windowNote = window.open('','Note','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,' + 'width=400' + ',height=100');
  14. ;  text = '<' + 'HTML' + '><' + 'HEAD' + '><' + 'TITLE' + '>' + title + '</' + 'TITLE' + '><' + '/HEAD' + '><' + 'BODY BACKGROUND=' + '"' + myback + '"' + ' BGCOLOR=' + '"' + colorBack + '">';
  15. ;  text += '<CENTER>';
  16. ;  text +='<FONT FACE="' + typeFont +'"';
  17. ;  text += ' SIZE=' + sizeFont; 
  18. ;  text += ' COLOR=' + '"' + textColor +'">';
  19. ;  text += message + '</CENTER></FONT>';
  20. ;  text += '</' + 'BODY' + '><' + '/HTML' + '>';
  21. ;  windowNote.document.write(text);
  22. ;  windowNote.focus();
  23. ;  windowNote.document.close();
  24. ;  return false;
  25. ;}
  26. ;//  end script -->
  27. ;</script>
  28. ;
  29.  
  30.  
  31. [BODY_TEXT]
  32. ;<a href="" onClick="return showNote('`window_title`','`window_contents`','`background_color`','','`text_color`','`font_name`',`font_size`)">`Link_caption`</a>
  33.  
  34.  
  35.  
  36.  
  37.  
  38. [`Link_caption`]
  39. Kind=S
  40. Value=Link
  41.  
  42.  
  43.  
  44. [`window_title`]
  45. Kind=S
  46. Value=title
  47.  
  48.  
  49.  
  50. [`window_contents`]
  51. Kind=S
  52. Value=This is a window contents
  53.  
  54.  
  55.  
  56. [`background_color`]
  57. Kind=C
  58. Value=#FAF7C0
  59.  
  60.  
  61.  
  62. [`text_color`]
  63. Kind=C
  64. Value=#000000
  65.  
  66.  
  67.  
  68. [`font_name`]
  69. Kind=S
  70. Value=Times New Roman
  71.  
  72.  
  73.  
  74. [`font_size`]
  75. Kind=N
  76. Value=3
  77.  
  78.  
  79.  
  80.